home *** CD-ROM | disk | FTP | other *** search
/ PC Accelerator 13 / PCXL13D1.iso / PCXL-Disc 1 9-99.exe / 0 / RCDATA / TCREDITS / TCREDITS.txt < prev   
Text File  |  1999-03-04  |  1KB  |  58 lines

  1. object credits: Tcredits
  2.   Left = 416
  3.   Top = 237
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'PC Accelerator Disc Credits'
  9.   ClientHeight = 240
  10.   ClientWidth = 320
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image3: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 320
  26.     Height = 240
  27.     Picture.Data = {<image000.bmp>}
  28.     Visible = False
  29.   end
  30.   object cimage: TImage
  31.     Left = 0
  32.     Top = 0
  33.     Width = 320
  34.     Height = 240
  35.     Align = alClient
  36.     Picture.Data = {<image001.bmp>}
  37.     OnClick = cimageClick
  38.     OnMouseDown = cimageMouseDown
  39.   end
  40.   object Image1: TImage
  41.     Left = 192
  42.     Top = 56
  43.     Width = 121
  44.     Height = 33
  45.     Cursor = crHandPoint
  46.     OnClick = Image1Click
  47.     OnMouseDown = Image1MouseDown
  48.   end
  49.   object Image2: TImage
  50.     Left = 103
  51.     Top = 168
  52.     Width = 82
  53.     Height = 41
  54.     Cursor = crHandPoint
  55.     OnClick = Image2Click
  56.   end
  57. end
  58.